CreateMetadataAccountV3Data class abstract
- Annotations
-
- @BorshSerializable.new()
Constructors
-
CreateMetadataAccountV3Data({@BFixedString.new(32) required String name, @BFixedString.new(10) required String symbol, @BFixedString.new(200) required String uri, @BU16.new() required int sellerFeeBasisPoints, @BOption.new<List<
MetadataCreator> >(BArray(BMetadataCreator())) List<MetadataCreator> ? creators, @BOption.new<MetadataCollection>(BMetadataCollection()) MetadataCollection? collection, @BOption.new<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