MasterEdition class abstract

Annotations
  • @BorshSerializable()

Constructors

MasterEdition({@BU8() required int key, @BU64() required BigInt supply, @BOption<BigInt>(BU64()) BigInt? maxSupply})
factory
MasterEdition.fromBorsh(Uint8List data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key int
no setterinherited
maxSupply BigInt?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supply BigInt
no setterinherited

Methods

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

Operators

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