Sets the minimum balance of an asset.
Only works if there aren't any accounts that are holding the asset or if the new value of min_balance is less than the old one.
min_balance
Origin must be Signed and the sender has to be the Owner of the asset id.
id
Emits AssetMinBalanceChanged event when successful.
AssetMinBalanceChanged
Sets the minimum balance of an asset.
Only works if there aren't any accounts that are holding the asset or if the new value of
min_balance
is less than the old one.Origin must be Signed and the sender has to be the Owner of the asset
id
.id
: The identifier of the asset.min_balance
: The new value ofmin_balance
.Emits
AssetMinBalanceChanged
event when successful.