NftCollectionState class
- Inheritance
-
- Object
- ContractState
- NftCollectionState
- Implementers
Constructors
- NftCollectionState.new({required RoyaltyParams royaltyParams, required TonAddress ownerAddress, required NFTMetadata metadata, Cell? nftItemCode, BigInt? nextItemIndex})
-
factory
- NftCollectionState.deserialize(Slice slice)
-
factory
Properties
- content → Cell
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → NFTMetadata
-
no setter
- nextItemIndex → BigInt
-
final
- nftItemCode → Cell
-
final
- ownerAddress → TonAddress
-
final
- royaltyParams → RoyaltyParams
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialData(
) → Cell -
Returns the initial data associated with the contract.
override
-
initialState(
) → StateInit -
Returns the initial state of the contract.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited