WalletCore
WalletCore
/
wallet.core.jni.proto
/
Cosmos
/
AmountOrBuilder
Amount
Or
Builder
interface
AmountOrBuilder
Functions
Inheritors
Functions
get
Amount
Link copied to clipboard
abstract
fun
getAmount
(
)
:
String
amount, number as string
Content copied to clipboard
string amount = 2;
get
Amount
Bytes
Link copied to clipboard
abstract
fun
getAmountBytes
(
)
:
ByteString
amount, number as string
Content copied to clipboard
string amount = 2;
get
Denom
Link copied to clipboard
abstract
fun
getDenom
(
)
:
String
name of the denomination
Content copied to clipboard
string denom = 1;
get
Denom
Bytes
Link copied to clipboard
abstract
fun
getDenomBytes
(
)
:
ByteString
name of the denomination
Content copied to clipboard
string denom = 1;
Inheritors
Amount
Link copied to clipboard