ClauseOrBuilder

interface ClauseOrBuilder

Functions

Link copied to clipboard
abstract fun getData(): ByteString
/ Payload data.
bytes data = 3;
Link copied to clipboard
abstract fun getTo(): String
/ Recipient address.
string to = 1;
Link copied to clipboard
abstract fun getToBytes(): ByteString
/ Recipient address.
string to = 1;
Link copied to clipboard
abstract fun getValue(): ByteString
/ Transaction amount (uint256, serialized little endian)
bytes value = 2;

Inheritors

Link copied to clipboard