Builder

class Builder
Transfer transaction
Protobuf type TW.Zilliqa.Proto.Transaction.Transfer

Functions

Link copied to clipboard
Amount to send (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
open fun getAmount(): ByteString
Amount to send (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
open fun setAmount(value: ByteString): Zilliqa.Transaction.Transfer.Builder
Amount to send (uint256, serialized little endian)
bytes amount = 1;