Builder

class Builder
transfer
Protobuf type TW.Polkadot.Proto.Balance.Transfer

Functions

Link copied to clipboard
destination address
string to_address = 1;
Link copied to clipboard
amount (uint256, serialized little endian)
bytes value = 2;
Link copied to clipboard
open fun getToAddress(): String
destination address
string to_address = 1;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
destination address
string to_address = 1;
Link copied to clipboard
open fun getValue(): ByteString
amount (uint256, serialized little endian)
bytes value = 2;
Link copied to clipboard
destination address
string to_address = 1;
Link copied to clipboard
destination address
string to_address = 1;
Link copied to clipboard
open fun setValue(value: ByteString): Polkadot.Balance.Transfer.Builder
amount (uint256, serialized little endian)
bytes value = 2;