The token for which the transaction is being performed.
The account address initiating the transaction.
The transaction payload.
The signer responsible for signing the transaction.
Optional [metadata={: TokenUpdateMetadata = {}expiry: TransactionExpiry.futureMinutes(5) }] - The metadata for the token update.
Generated using TypeDoc
Initiates a transaction for a given token.
This function creates and sends a transaction of type
TokenUpdatefor the specified token.Returns
A promise that resolves to the transaction hash.