TokenTransferMessageOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to be transferred (uint64)
uint64 amount = 2;
Link copied to clipboard
abstract fun getFunction(): StructTag
token function to call, e.g BTC: 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC
.TW.Aptos.Proto.StructTag function = 3;
Link copied to clipboard
abstract fun getTo(): String
Destination Account address (string)
string to = 1;
Link copied to clipboard
abstract fun getToBytes(): ByteString
Destination Account address (string)
string to = 1;
Link copied to clipboard
abstract fun hasFunction(): Boolean
token function to call, e.g BTC: 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC
.TW.Aptos.Proto.StructTag function = 3;

Inheritors

Link copied to clipboard