Class AccountKeyLinkTransactionV1Descriptor

java.lang.Object
org.symbol.sdk.symbol.descriptors.AccountKeyLinkTransactionV1Descriptor
All Implemented Interfaces:
SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor

public final class AccountKeyLinkTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
AccountKeyLinkTransactionV1Descriptor
Type safe descriptor used to generate a descriptor map for AccountKeyLinkTransactionV1Descriptor. This transaction is required for all accounts wanting to activate remote or delegated harvesting (V1, latest). Announce an AccountKeyLinkTransaction to delegate the account importance score to a proxy account.
  • Constructor Details

    • AccountKeyLinkTransactionV1Descriptor

      public AccountKeyLinkTransactionV1Descriptor(CryptoTypes.PublicKey linkedPublicKey, LinkAction linkAction)
      Creates a descriptor for AccountKeyLinkTransactionV1.
      Parameters:
      linkedPublicKey - Linked public key.
      linkAction - Account link action.
    • AccountKeyLinkTransactionV1Descriptor

      public AccountKeyLinkTransactionV1Descriptor(String linkedPublicKey, String linkAction)
      Creates a descriptor for AccountKeyLinkTransactionV1 from string-form values.
      Parameters:
      linkedPublicKey - Linked public key.
      linkAction - Account link action.
  • Method Details