WalletCore
WalletCore
/
wallet.core.jni.proto
/
Nebulas
/
Data
/
Builder
Builder
class
Builder
Generic data
Content copied to clipboard
Protobuf type
TW.Nebulas.Proto.Data
Functions
Functions
clear
Payload
Link copied to clipboard
open
fun
clearPayload
(
)
:
Nebulas.Data.Builder
bytes payload = 2;
clear
Type
Link copied to clipboard
open
fun
clearType
(
)
:
Nebulas.Data.Builder
string type = 1;
get
Payload
Link copied to clipboard
open
fun
getPayload
(
)
:
ByteString
bytes payload = 2;
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
String
string type = 1;
get
Type
Bytes
Link copied to clipboard
open
fun
getTypeBytes
(
)
:
ByteString
string type = 1;
set
Payload
Link copied to clipboard
open
fun
setPayload
(
value
:
ByteString
)
:
Nebulas.Data.Builder
bytes payload = 2;
set
Type
Link copied to clipboard
open
fun
setType
(
value
:
String
)
:
Nebulas.Data.Builder
string type = 1;
set
Type
Bytes
Link copied to clipboard
open
fun
setTypeBytes
(
value
:
ByteString
)
:
Nebulas.Data.Builder
string type = 1;