WalletCore
WalletCore
/
wallet.core.jni.proto
/
Tezos
/
FA12ParametersOrBuilder
FA12Parameters
Or
Builder
interface
FA12ParametersOrBuilder
Functions
Inheritors
Functions
get
Entrypoint
Link copied to clipboard
abstract
fun
getEntrypoint
(
)
:
String
string entrypoint = 1;
get
Entrypoint
Bytes
Link copied to clipboard
abstract
fun
getEntrypointBytes
(
)
:
ByteString
string entrypoint = 1;
get
From
Link copied to clipboard
abstract
fun
getFrom
(
)
:
String
string from = 2;
get
From
Bytes
Link copied to clipboard
abstract
fun
getFromBytes
(
)
:
ByteString
string from = 2;
get
To
Link copied to clipboard
abstract
fun
getTo
(
)
:
String
string to = 3;
get
To
Bytes
Link copied to clipboard
abstract
fun
getToBytes
(
)
:
ByteString
string to = 3;
get
Value
Link copied to clipboard
abstract
fun
getValue
(
)
:
String
string value = 4;
get
Value
Bytes
Link copied to clipboard
abstract
fun
getValueBytes
(
)
:
ByteString
string value = 4;
Inheritors
FA12Parameters
Link copied to clipboard