TransferOrBuilder

Functions

Link copied to clipboard
abstract fun getReceiver(): String
string receiver = 5;
Link copied to clipboard
abstract fun getReceiverBytes(): ByteString
string receiver = 5;
Link copied to clipboard
abstract fun getSender(): String
string sender = 4;
Link copied to clipboard
abstract fun getSenderBytes(): ByteString
string sender = 4;
Link copied to clipboard
abstract fun getSourceChannel(): String
IBC connection channel, e.g. "channel-141", see apis /ibc/applications/transfer/v1beta1/denom_traces (connections) or /node_info (own channel)
string source_channel = 2;
Link copied to clipboard
abstract fun getSourceChannelBytes(): ByteString
IBC connection channel, e.g. "channel-141", see apis /ibc/applications/transfer/v1beta1/denom_traces (connections) or /node_info (own channel)
string source_channel = 2;
Link copied to clipboard
abstract fun getSourcePort(): String
IBC port, e.g. "transfer"
string source_port = 1;
Link copied to clipboard
abstract fun getSourcePortBytes(): ByteString
IBC port, e.g. "transfer"
string source_port = 1;
Link copied to clipboard
abstract fun getTimeoutHeight(): Height
Timeout block height. Either timeout height or timestamp should be set.
Recommendation is to set height, to rev. 1 and block current + 1000 (see api /blocks/latest)
.TW.Cosmos.Proto.Height timeout_height = 6;
Link copied to clipboard
abstract fun getTimeoutTimestamp(): Long
Timeout timestamp (in nanoseconds) relative to the current block timestamp.  Either timeout height or timestamp should be set.
uint64 timeout_timestamp = 7;
Link copied to clipboard
abstract fun getToken(): Amount
.TW.Cosmos.Proto.Amount token = 3;
Link copied to clipboard
abstract fun hasTimeoutHeight(): Boolean
Timeout block height. Either timeout height or timestamp should be set.
Recommendation is to set height, to rev. 1 and block current + 1000 (see api /blocks/latest)
.TW.Cosmos.Proto.Height timeout_height = 6;
Link copied to clipboard
abstract fun hasToken(): Boolean
.TW.Cosmos.Proto.Amount token = 3;

Inheritors

Link copied to clipboard