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