ClaimNftMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getCollectionName(): String
Name of the collection
string collectionName = 3;
Link copied to clipboard
abstract fun getCollectionNameBytes(): ByteString
Name of the collection
string collectionName = 3;
Link copied to clipboard
abstract fun getCreator(): String
Creator address
string creator = 2;
Link copied to clipboard
abstract fun getCreatorBytes(): ByteString
Creator address
string creator = 2;
Link copied to clipboard
abstract fun getName(): String
Name of the NFT
string name = 4;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Name of the NFT
string name = 4;
Link copied to clipboard
abstract fun getPropertyVersion(): Long
Property version (should be often 0)
uint64 property_version = 5;
Link copied to clipboard
abstract fun getSender(): String
Sender address
string sender = 1;
Link copied to clipboard
abstract fun getSenderBytes(): ByteString
Sender address
string sender = 1;

Inheritors

Link copied to clipboard