Snip20Tx..::..BurnFrom Method
Overload List
Name | Description | |
---|---|---|
![]() |
BurnFrom(MsgBurnFrom, Nullable<(Of <<'(TxOptions>)>>)) |
This works like TransferFrom, but burns the tokens instead of transferring them.
This will reduce the owner's balance, total_supply and the caller's allowance.
This function should be available when a contract supports both the Mintable and Allowances interfaces.
|
![]() |
BurnFrom(String, String, String, Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(TxOptions>)>>)) |
This works like TransferFrom, but burns the tokens instead of transferring them.
This will reduce the owner's balance, total_supply and the caller's allowance.
This function should be available when a contract supports both the Mintable and Allowances interfaces.
|