TransferOrBuilder

Functions

Link copied to clipboard
abstract fun getAccountStateOneofCase(): AccountStateOneofCase
Link copied to clipboard
abstract fun getAmount(): Long
Amount to send in nano EVER
uint64 amount = 3;
Link copied to clipboard
abstract fun getBehavior(): MessageBehavior
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
abstract fun getBehaviorValue(): Int
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
abstract fun getBounce(): Boolean
If set to true, then the message will be returned if there is an error on the recipient's side.
bool bounce = 1;
Link copied to clipboard
Just contract data
string encoded_contract_data = 6;
Link copied to clipboard
abstract fun getEncodedContractDataBytes(): ByteString
Just contract data
string encoded_contract_data = 6;
Link copied to clipboard
abstract fun getExpiredAt(): Int
Expiration UNIX timestamp
uint32 expired_at = 4;
Link copied to clipboard
abstract fun getTo(): String
Recipient address
string to = 5;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Recipient address
string to = 5;
Link copied to clipboard
Just contract data
string encoded_contract_data = 6;

Inheritors

Link copied to clipboard