SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getChainId(): String
Chain identifier, string
string chain_id = 2;
Link copied to clipboard
abstract fun getChainIdBytes(): ByteString
Chain identifier, string
string chain_id = 2;
Link copied to clipboard
abstract fun getEgldTransfer(): EGLDTransfer
.TW.MultiversX.Proto.EGLDTransfer egld_transfer = 6;
Link copied to clipboard
abstract fun getEsdtnftTransfer(): ESDTNFTTransfer
.TW.MultiversX.Proto.ESDTNFTTransfer esdtnft_transfer = 8;
Link copied to clipboard
abstract fun getEsdtTransfer(): ESDTTransfer
.TW.MultiversX.Proto.ESDTTransfer esdt_transfer = 7;
Link copied to clipboard
abstract fun getGasLimit(): Long
Limit for the gas used
uint64 gas_limit = 4;
Link copied to clipboard
abstract fun getGasPrice(): Long
Gas price
uint64 gas_price = 3;
Link copied to clipboard
abstract fun getGenericAction(): GenericAction
.TW.MultiversX.Proto.GenericAction generic_action = 5;
Link copied to clipboard
abstract fun getMessageOneofCase(): MessageOneofCase
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
abstract fun hasEgldTransfer(): Boolean
.TW.MultiversX.Proto.EGLDTransfer egld_transfer = 6;
Link copied to clipboard
abstract fun hasEsdtnftTransfer(): Boolean
.TW.MultiversX.Proto.ESDTNFTTransfer esdtnft_transfer = 8;
Link copied to clipboard
abstract fun hasEsdtTransfer(): Boolean
.TW.MultiversX.Proto.ESDTTransfer esdt_transfer = 7;
Link copied to clipboard
abstract fun hasGenericAction(): Boolean
.TW.MultiversX.Proto.GenericAction generic_action = 5;

Inheritors

Link copied to clipboard