MsgIBCSend

from message cosmwasm.wasm.v1.MsgIBCSend

Hierarchy

Constructors

Properties

channel: string = ""

the channel by which the packet will be sent

from field: string channel = 2;

data: Uint8Array = ...

Data is the payload to transfer. We must not make assumption what format or content is in here.

from field: bytes data = 6;

timeoutHeight: bigint = protoInt64.zero

Timeout height relative to the current block height. The timeout is disabled when set to 0.

from field: uint64 timeout_height = 4;

timeoutTimestamp: bigint = protoInt64.zero

Timeout timestamp (in nanoseconds) relative to the current block timestamp. The timeout is disabled when set to 0.

from field: uint64 timeout_timestamp = 5;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.MsgIBCSend" = "cosmwasm.wasm.v1.MsgIBCSend"

Methods