Skip to main content
Unfreezes issuer tokens for a specific wallet via the IssuerSparkWallet.

Method Signature

Parameters

tokenIdentifier
Bech32mTokenIdentifier
required
The token identifier to unfreeze.
sparkAddress
string
required
The Spark Address to unfreeze

Returns

impactedTokenOutputs
TokenOutputRef[]
required
Array of token output references that were unfrozen. Each TokenOutputRef contains:
  • transactionHash: Uint8Array - The transaction hash
  • vout: number - The output index
impactedTokenAmount
bigint
required
Total amount of tokens unfrozen

Example