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.

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    linkAction: models.LinkAction;
    linkedPublicKey: PublicKey;
    type: string;
}

Type declaration

Methods

  • Builds a representation of this descriptor that can be passed to a factory function.

    Returns object

    Descriptor that can be passed to a factory function.