RawOrBuilder

interface RawOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
Amount to send (uint256, serialized little endian)
bytes amount = 1;
Link copied to clipboard
abstract fun getCode(): ByteString
Smart contract code
bytes code = 2;
Link copied to clipboard
abstract fun getData(): ByteString
String-ified JSON object specifying the transition parameter
bytes data = 3;

Inheritors

Link copied to clipboard