isFreezeable: true
(in your token creation). The freeze takes effect instantly across the network.
Things to know
- Token must be annouced with
isFreezeable: true
- Only the issuer can freeze or unfreeze addresses
- Issuer’s own address cannot be frozen
Freezing tokens
You can freeze your token for any Spark address by calling thefreezeTokens
method. Once frozen, that address will be blocked from sending or receiving your token on Spark.
Unfreezing tokens
You can reverse a freeze at any time by calling theunfreezeTokens
method.