WalletCore
WalletCore
/
wallet.core.jni.proto
/
Cosmos
/
Message
/
RawJSONOrBuilder
Raw
JSONOr
Builder
interface
RawJSONOrBuilder
Functions
Inheritors
Functions
get
Type
Link copied to clipboard
abstract
fun
getType
(
)
:
String
string type = 1;
get
Type
Bytes
Link copied to clipboard
abstract
fun
getTypeBytes
(
)
:
ByteString
string type = 1;
get
Value
Link copied to clipboard
abstract
fun
getValue
(
)
:
String
string value = 2;
get
Value
Bytes
Link copied to clipboard
abstract
fun
getValueBytes
(
)
:
ByteString
string value = 2;
Inheritors
RawJSON
Link copied to clipboard