$$ \newcommand \Asset {\mathrm{Asa}} $$
Asset Freeze Transaction
Fields
An asset freeze transaction additionally has the following fields:
FIELD | CODEC | TYPE | REQUIRED |
---|---|---|---|
Asset ID | faid | uint64 | Yes |
Freeze Address | fadd | address | Yes |
Frozen Status | afrz | bool | Yes |
Asset ID
The asset ID \( \Asset_\mathrm{frz,ID} \) identifies the asset being frozen or unfrozen.
Freeze Address
The freeze address \( I_\mathrm{frz} \) identifies the account whose holdings of the asset ID should be frozen or unfrozen.
Frozen Status
The frozen status \( \Asset_f \) is a flag setting of whether the freeze address
holdings of asset ID should be frozen (true
) or unfrozen (false
).
Semantic
TODO
Validation
TODO