Class AccountOperationRestrictionTransactionV1Descriptor

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

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class AccountOperationRestrictionTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
AccountOperationRestrictionTransactionV1Descriptor

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

Allow or block outgoing transactions depending on their transaction type (V1, latest).

  • Constructor Details

    • AccountOperationRestrictionTransactionV1Descriptor

      public AccountOperationRestrictionTransactionV1Descriptor(AccountRestrictionFlags restrictionFlags, List<TransactionType> restrictionAdditions, List<TransactionType> restrictionDeletions)
      Creates a descriptor for AccountOperationRestrictionTransactionV1.
      Parameters:

      restrictionFlags - Type of restriction being applied to the listed transaction types.

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

      restrictionDeletions - Array of transaction types being rtemoved from the restricted list. (field is omitted when null)

  • Method Details