pub fn burn<A: CheckRegId, B: CheckRegId>(
amount: A,
sub_id_addr: B,
) -> Instruction
Expand description
Burns amount
coins of the asset ID created from sub_id
for the current contract.
pub fn burn<A: CheckRegId, B: CheckRegId>(
amount: A,
sub_id_addr: B,
) -> Instruction
Burns amount
coins of the asset ID created from sub_id
for the current contract.