CreateMetadataAccountV3Data class abstract
- Annotations
-
- @BorshSerializable()
Constructors
-
CreateMetadataAccountV3Data({@BFixedString(32) required String name, @BFixedString(10) required String symbol, @BFixedString(200) required String uri, @BU16() required int sellerFeeBasisPoints, @BOption<
List< (BArray(BMetadataCreator())) List<MetadataCreator> >MetadataCreator> ? creators, @BOption<MetadataCollection> (BMetadataCollection()) MetadataCollection? collection, @BOption<MetadataUses> (BMetadataUses()) MetadataUses? uses, @BBool() required bool isMutable, @BBool() required bool colectionDetails}) -
factory
- CreateMetadataAccountV3Data.fromBorsh(Uint8List data)
-
factory
Properties
- colectionDetails → bool
-
no setterinherited
- collection → MetadataCollection?
-
no setterinherited
-
creators
→ List<
MetadataCreator> ? -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMutable → bool
-
no setterinherited
- name → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellerFeeBasisPoints → int
-
no setterinherited
- symbol → String
-
no setterinherited
- uri → String
-
no setterinherited
- uses → MetadataUses?
-
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