NFTCollectionMetadata class

Inheritance

Constructors

NFTCollectionMetadata.new({required String collectionMetadataUri, String? collectionBase})
const
NFTCollectionMetadata.deserialize(Slice slice)
factory

Properties

collectionBase String?
collection base uri like(https:/.../collection/) if is null we set empty string for that
final
collectionMetadataUri String
collection base uri like(https:/.../metadata.json)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cast<T extends NFTMetadata>() → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Cell
Serializes the object into a BOC cell.
inherited
store(Builder builder) → void
override
toContent({bool collectionless = false}) Cell
override
toJson() Map<String, dynamic>
Converts the object to a JSON-compatible Map<String, dynamic>.
override
toString() String
Returns a string representation of the object, including its runtime type and JSON serialization.
inherited

Operators

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