Class NodeKeyLinkTransactionV1Descriptor

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

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class NodeKeyLinkTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
NodeKeyLinkTransactionV1Descriptor

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

This transaction is required for all accounts willing to activate delegated harvesting (V1, latest). Announce a NodeKeyLinkTransaction to link an account with a public key used by TLS to create sessions.

  • Constructor Details

    • NodeKeyLinkTransactionV1Descriptor

      public NodeKeyLinkTransactionV1Descriptor(CryptoTypes.PublicKey linkedPublicKey, LinkAction linkAction)
      Creates a descriptor for NodeKeyLinkTransactionV1.
      Parameters:

      linkedPublicKey - Linked public key.

      linkAction - Account link action.

  • Method Details