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