WalletCore
WalletCore
/
wallet.core.jni.proto
/
Aptos
/
NftMessage
/
NftTransactionPayloadCase
Nft
Transaction
Payload
Case
enum
NftTransactionPayloadCase
Entries
Functions
Entries
OFFER_NFT
Link copied to clipboard
OFFER_NFT
CANCEL_OFFER_NFT
Link copied to clipboard
CANCEL_OFFER_NFT
CLAIM_NFT
Link copied to clipboard
CLAIM_NFT
NFTTRANSACTIONPAYLOAD_NOT_SET
Link copied to clipboard
NFTTRANSACTIONPAYLOAD_NOT_SET
Functions
for
Number
Link copied to clipboard
open
fun
forNumber
(
value
:
Int
)
:
Aptos.NftMessage.NftTransactionPayloadCase
get
Number
Link copied to clipboard
open
fun
getNumber
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
value
:
Int
)
:
Aptos.NftMessage.NftTransactionPayloadCase
open
fun
valueOf
(
name
:
String
)
:
Aptos.NftMessage.NftTransactionPayloadCase
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
Aptos.NftMessage.NftTransactionPayloadCase
>
Returns an array containing the constants of this enum type, in the order they're declared.