Type alias LockUpdateMetadata

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

Transaction metadata for lock MetaUpdate transactions.

Type declaration

  • Optional expiry?: Type

    Optional transaction expiry. Defaults to five minutes in the future when omitted.

  • Optional nonce?: Type

    Optional explicit account nonce. When omitted, the next account nonce is queried from chain.

Generated using TypeDoc