Builder

class Builder
Transfer message
Protobuf type TW.Everscale.Proto.Transfer

Functions

Link copied to clipboard
Amount to send in nano EVER
uint64 amount = 3;
Link copied to clipboard
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
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
Expiration UNIX timestamp
uint32 expired_at = 4;
Link copied to clipboard
Recipient address
string to = 5;
Link copied to clipboard
open fun getAmount(): Long
Amount to send in nano EVER
uint64 amount = 3;
Link copied to clipboard
open fun getBehavior(): MessageBehavior
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
open fun getBehaviorValue(): Int
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
open 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
open fun getEncodedContractDataBytes(): ByteString
Just contract data
string encoded_contract_data = 6;
Link copied to clipboard
open fun getExpiredAt(): Int
Expiration UNIX timestamp
uint32 expired_at = 4;
Link copied to clipboard
open fun getTo(): String
Recipient address
string to = 5;
Link copied to clipboard
open fun getToBytes(): ByteString
Recipient address
string to = 5;
Link copied to clipboard
Just contract data
string encoded_contract_data = 6;
Link copied to clipboard
Amount to send in nano EVER
uint64 amount = 3;
Link copied to clipboard
open fun setBehavior(value: MessageBehavior): Everscale.Transfer.Builder
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
Affect the attached amount and fees
.TW.Everscale.Proto.MessageBehavior behavior = 2;
Link copied to clipboard
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
Just contract data
string encoded_contract_data = 6;
Link copied to clipboard
Expiration UNIX timestamp
uint32 expired_at = 4;
Link copied to clipboard
Recipient address
string to = 5;
Link copied to clipboard
open fun setToBytes(value: ByteString): Everscale.Transfer.Builder
Recipient address
string to = 5;