Builder

class Builder
Necessary fields to process a TransferMessage
Protobuf type TW.Hedera.Proto.TransferMessage

Functions

Link copied to clipboard
Amount to be transferred (sint64)
sint64 amount = 3;
Link copied to clipboard
Source Account address (string)
string from = 1;
Link copied to clipboard
Destination Account address (string)
string to = 2;
Link copied to clipboard
open fun getAmount(): Long
Amount to be transferred (sint64)
sint64 amount = 3;
Link copied to clipboard
open fun getFrom(): String
Source Account address (string)
string from = 1;
Link copied to clipboard
open fun getFromBytes(): ByteString
Source Account address (string)
string from = 1;
Link copied to clipboard
open fun getTo(): String
Destination Account address (string)
string to = 2;
Link copied to clipboard
open fun getToBytes(): ByteString
Destination Account address (string)
string to = 2;
Link copied to clipboard
Amount to be transferred (sint64)
sint64 amount = 3;
Link copied to clipboard
Source Account address (string)
string from = 1;
Link copied to clipboard
open fun setFromBytes(value: ByteString): Hedera.TransferMessage.Builder
Source Account address (string)
string from = 1;
Link copied to clipboard
Destination Account address (string)
string to = 2;
Link copied to clipboard
open fun setToBytes(value: ByteString): Hedera.TransferMessage.Builder
Destination Account address (string)
string to = 2;