MsgIBCSend

interface MsgIBCSendAmino {
    channel?: string;
    data?: string;
    timeout_height?: string;
    timeout_timestamp?: string;
}

Properties

channel?: string

the channel by which the packet will be sent

data?: string

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

timeout_height?: string

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

timeout_timestamp?: string

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