Builder

class Builder
EGLD transfer (move balance).
Protobuf type TW.MultiversX.Proto.EGLDTransfer

Functions

Link copied to clipboard
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
Transfer amount (string)
string amount = 2;
Link copied to clipboard
open fun getAccounts(): Accounts
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
open fun getAmount(): String
Transfer amount (string)
string amount = 2;
Link copied to clipboard
open fun getAmountBytes(): ByteString
Transfer amount (string)
string amount = 2;
Link copied to clipboard
open fun hasAccounts(): Boolean
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
open fun setAccounts(builderForValue: Builder): MultiversX.EGLDTransfer.Builder
open fun setAccounts(value: Accounts): MultiversX.EGLDTransfer.Builder
Accounts involved
.TW.MultiversX.Proto.Accounts accounts = 1;
Link copied to clipboard
Transfer amount (string)
string amount = 2;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): MultiversX.EGLDTransfer.Builder
Transfer amount (string)
string amount = 2;