Builder

class Builder
A transfer
Protobuf type TW.IoTeX.Proto.Transfer

Functions

Link copied to clipboard
Amount (as string)
string amount = 1;
Link copied to clipboard
Payload data
bytes payload = 3;
Link copied to clipboard
Destination address
string recipient = 2;
Link copied to clipboard
open fun getAmount(): String
Amount (as string)
string amount = 1;
Link copied to clipboard
open fun getAmountBytes(): ByteString
Amount (as string)
string amount = 1;
Link copied to clipboard
open fun getPayload(): ByteString
Payload data
bytes payload = 3;
Link copied to clipboard
open fun getRecipient(): String
Destination address
string recipient = 2;
Link copied to clipboard
open fun getRecipientBytes(): ByteString
Destination address
string recipient = 2;
Link copied to clipboard
Amount (as string)
string amount = 1;
Link copied to clipboard
open fun setAmountBytes(value: ByteString): IoTeX.Transfer.Builder
Amount (as string)
string amount = 1;
Link copied to clipboard
open fun setPayload(value: ByteString): IoTeX.Transfer.Builder
Payload data
bytes payload = 3;
Link copied to clipboard
Destination address
string recipient = 2;
Link copied to clipboard
open fun setRecipientBytes(value: ByteString): IoTeX.Transfer.Builder
Destination address
string recipient = 2;