• Initiates a transaction for a given token.

    This function creates and sends a transaction of type TokenUpdate for the specified token.

    Returns

    A promise that resolves to the transaction hash.

    Parameters

    • token: Token

      The token for which the transaction is being performed.

    • sender: AccountAddress

      The account address initiating the transaction.

    • payload: TokenUpdatePayload

      The transaction payload.

    • signer: AccountSigner

      The signer responsible for signing the transaction.

    • Optional [metadata={: TokenUpdateMetadata = {}

      expiry: TransactionExpiry.futureMinutes(5) }] - The metadata for the token update.

    Returns Promise<Type>

Generated using TypeDoc