WalletCore
WalletCore
/
wallet.core.jni.proto
/
IoTeX
/
Staking
/
AddDepositOrBuilder
Add
Deposit
Or
Builder
interface
AddDepositOrBuilder
Functions
Inheritors
Functions
get
Amount
Link copied to clipboard
abstract
fun
getAmount
(
)
:
String
amount to add
Content copied to clipboard
string amount = 2;
get
Amount
Bytes
Link copied to clipboard
abstract
fun
getAmountBytes
(
)
:
ByteString
amount to add
Content copied to clipboard
string amount = 2;
get
Bucket
Index
Link copied to clipboard
abstract
fun
getBucketIndex
(
)
:
Long
index
Content copied to clipboard
uint64 bucketIndex = 1;
get
Payload
Link copied to clipboard
abstract
fun
getPayload
(
)
:
ByteString
payload data
Content copied to clipboard
bytes payload = 3;
Inheritors
AddDeposit
Link copied to clipboard