ClaimNftMessage

Necessary fields to process an ClaimNftMessage
Protobuf type TW.Aptos.Proto.ClaimNftMessage

Types

Link copied to clipboard
class Builder
Necessary fields to process an ClaimNftMessage
Protobuf type TW.Aptos.Proto.ClaimNftMessage

Functions

Link copied to clipboard
Name of the collection
string collectionName = 3;
Link copied to clipboard
open fun getCollectionNameBytes(): ByteString
Name of the collection
string collectionName = 3;
Link copied to clipboard
open fun getCreator(): String
Creator address
string creator = 2;
Link copied to clipboard
open fun getCreatorBytes(): ByteString
Creator address
string creator = 2;
Link copied to clipboard
open fun getDefaultInstance(): ClaimNftMessage
Link copied to clipboard
open fun getName(): String
Name of the NFT
string name = 4;
Link copied to clipboard
open fun getNameBytes(): ByteString
Name of the NFT
string name = 4;
Link copied to clipboard
Property version (should be often 0)
uint64 property_version = 5;
Link copied to clipboard
open fun getSender(): String
Sender address
string sender = 1;
Link copied to clipboard
open fun getSenderBytes(): ByteString
Sender address
string sender = 1;
Link copied to clipboard
open fun newBuilder(prototype: ClaimNftMessage): Aptos.ClaimNftMessage.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): ClaimNftMessage
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): ClaimNftMessage
open fun parseFrom(data: ByteString): ClaimNftMessage
open fun parseFrom(input: CodedInputStream): ClaimNftMessage
open fun parseFrom(input: InputStream): ClaimNftMessage
open fun parseFrom(data: ByteBuffer): ClaimNftMessage
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ClaimNftMessage
Link copied to clipboard
open fun parser(): Parser<ClaimNftMessage>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard