Class AccountAddressRestrictionTransactionV1Descriptor

java.lang.Object
org.symbol.sdk.symbol.descriptors.AccountAddressRestrictionTransactionV1Descriptor
All Implemented Interfaces:

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class AccountAddressRestrictionTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
AccountAddressRestrictionTransactionV1Descriptor

Type safe descriptor used to generate a descriptor map for AccountAddressRestrictionTransactionV1Descriptor.

Allow or block incoming and outgoing transactions for a given a set of addresses (V1, latest).

  • Constructor Details

    • AccountAddressRestrictionTransactionV1Descriptor

      public AccountAddressRestrictionTransactionV1Descriptor(AccountRestrictionFlags restrictionFlags, List<Address> restrictionAdditions, List<Address> restrictionDeletions)
      Creates a descriptor for AccountAddressRestrictionTransactionV1.
      Parameters:

      restrictionFlags - Type of restriction being applied to the listed addresses.

      restrictionAdditions - Array of account addresses being added to the restricted list. (field is omitted when null)

      restrictionDeletions - Array of account addresses being removed from the restricted list. (field is omitted when null)

  • Method Details