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.

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.