Builder

class Builder
Native coin transfer transaction
Protobuf type TW.Ethereum.Proto.Transaction.Transfer

Functions

Link copied to clipboard
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
Optional payload data
bytes data = 2;
Link copied to clipboard
open fun getAmount(): ByteString
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
open fun getData(): ByteString
Optional payload data
bytes data = 2;
Link copied to clipboard
Amount to send in wei (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
open fun setData(value: ByteString): Ethereum.Transaction.Transfer.Builder
Optional payload data
bytes data = 2;