Transfer

cosmos-sdk/MsgTransfer, IBC transfer
Protobuf type TW.Cosmos.Proto.Message.Transfer

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgTransfer, IBC transfer
Protobuf type TW.Cosmos.Proto.Message.Transfer

Functions

Link copied to clipboard
open fun getDefaultInstance(): Transfer
Link copied to clipboard
open fun getReceiver(): String
string receiver = 5;
Link copied to clipboard
open fun getReceiverBytes(): ByteString
string receiver = 5;
Link copied to clipboard
open fun getSender(): String
string sender = 4;
Link copied to clipboard
open fun getSenderBytes(): ByteString
string sender = 4;
Link copied to clipboard
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
open 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
open fun getSourcePort(): String
IBC port, e.g. "transfer"
string source_port = 1;
Link copied to clipboard
open fun getSourcePortBytes(): ByteString
IBC port, e.g. "transfer"
string source_port = 1;
Link copied to clipboard
open 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
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
open fun getToken(): Amount
.TW.Cosmos.Proto.Amount token = 3;
Link copied to clipboard
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
open fun hasToken(): Boolean
.TW.Cosmos.Proto.Amount token = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Transfer
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transfer
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Transfer
open fun parseFrom(data: ByteString): Transfer
open fun parseFrom(input: CodedInputStream): Transfer
open fun parseFrom(input: InputStream): Transfer
open fun parseFrom(data: ByteBuffer): Transfer
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Transfer
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Transfer
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Transfer
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transfer
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Transfer
Link copied to clipboard
open fun parser(): Parser<Transfer>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard