Type alias TokenUpdateMetadata

TokenUpdateMetadata: {
    expiry?: Type;
    nonce?: Type;
}

Type declaration

  • Optional expiry?: Type

    The expiry time for the transaction.

  • Optional nonce?: Type

    The the sender account "nonce" for to use for the transaction. If not specified, the nonce will be queried from the node used for the transaction.

Generated using TypeDoc