MetadataCreator class abstract

Annotations
  • @BorshSerializable()

Constructors

MetadataCreator({@BPublicKey() required Ed25519HDPublicKey address, @BBool() required bool verified, @BU8() required int share})
factory
MetadataCreator.fromBorsh(Uint8List data)
factory

Properties

address Ed25519HDPublicKey
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
share int
no setterinherited
verified bool
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