Transfer
cosmos-sdk/MsgTransfer, IBC transfer
Content copied to clipboard
TW.Cosmos.Proto.Message.Transfer
Types
Functions
Link copied to clipboard
Link copied to clipboard
string receiver = 5;
Link copied to clipboard
string receiver = 5;
Link copied to clipboard
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)
Content copied to clipboard
string source_channel = 2;
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)
Content copied to clipboard
string source_channel = 2;
Link copied to clipboard
IBC port, e.g. "transfer"
Content copied to clipboard
string source_port = 1;
Link copied to clipboard
IBC port, e.g. "transfer"
Content copied to clipboard
string source_port = 1;
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)
Content copied to clipboard
.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.
Content copied to clipboard
uint64 timeout_timestamp = 7;
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)
Content copied to clipboard
.TW.Cosmos.Proto.Height timeout_height = 6;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard