MintHelper class

Allows to easily perform the Commercio Mint module related transactions.

Constructors

MintHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

burnCccsList(List<BurnCcc> burnCccs, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) Future<TransactionResult>
Burns the CCCs having the given burnCccs list as being associated with the address present inside the specified wallet. Optionally fee and broadcasting mode parameters can be specified.
getExchangeTradePositions(Wallet wallet) Future<List<ExchangeTradePosition>>
Returns the list of all the ExchangeTradePosition that the specified wallet has minted
mintCccsList(List<MintCcc> mintCccs, Wallet wallet, {StdFee? fee, BroadcastingMode? mode}) Future<TransactionResult>
Mints the CCCs having the given mintCccs list as being associated with the address present inside the specified wallet. Optionally fee and broadcasting mode parameters can be specified.