Class VrfKeyLinkTransactionV1Descriptor

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

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class VrfKeyLinkTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
VrfKeyLinkTransactionV1Descriptor

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

Link an account with a VRF public key required for harvesting (V1, latest). Announce a VrfKeyLinkTransaction to link an account with a VRF public key. The linked key is used to randomize block production and leader/participant selection. This transaction is required for all accounts wishing to harvest.

  • Constructor Details

    • VrfKeyLinkTransactionV1Descriptor

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

      linkedPublicKey - Linked VRF public key.

      linkAction - Account link action.

  • Method Details