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

Method Signature

Parameters

Bech32mTokenIdentifier
required
The token identifier to freeze.
string
required
The Spark Address to freeze

Returns

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

Example