ReceiptMint class

Inheritance

Constructors

ReceiptMint({required String subId, required String contractId, required String assetId, required BigInt val, required BigInt pc, required BigInt isField})
const
ReceiptMint.fromFuels(ReceiptMint receipt)
factory

Properties

assetId String
final
contractId String
final
hashCode int
The hash code for this object.
no setterinherited
isField BigInt
final
pc BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subId String
final
val BigInt
final

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