Contains the amount of asset(s) attached to this operations, i.e. this corresponds to the mosaic amount as presented in the resulting transfer transaction's mosaics field.
Contains the identifier of the asset attached to this operations,
i.e. this corresponds to the mosaic identifier as presented in
the resulting transfer transaction's mosaics field.
For the purpose of backwards compatibility, the asset
input may
be empty because previous versions of this contract (v0) did not
include an amount of rewarded assets.
A human-readable dApp identifier, e.g. "ELEVATE".
Note that this field will be slugified using the
Contract.dApp method before it is attached
to the transfer transaction message.
Contains the transaction hash of the confirmed MosaicSupplyChange
transaction that executes an on-chain burn event for said asset and
amount.
Note that burn contracts are only valid given that they refer to
the transaction hash of a confirmed transaction on dHealth Network.
Generated using TypeDoc
BurnParameters
This interface defines the requirements for objects passed as inputs to Burn instances.
Use this interface whenever you are using the
Burn
contract.Following inputs apply to the Burn contract class:
dappIdentifier
string
asset
string
amount
number
1
.proof
string
MosaicSupplyChange
transaction that contains an on-chain burn event.Using the
BurnParameters
classOther links
Burn | Contract | Factory
v0.3.0