Msg

ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry.

post/ibc.core.connection.v1.Msg/ConnectionOpenTry

Request body

client_idstring
delay_periodstring uint64
host_consensus_state_proofstring byte
previous_connection_idstring

Deprecated: this field is unused. Crossing hellos are no longer supported in core IBC.

proof_clientstring byte
proof_consensusstring byte
proof_initstring byte
signerstring

Response

A successful response.

IbcCoreConnectionV1MsgConnectionOpenTryResponse required

MsgConnectionOpenTryResponse defines the Msg/ConnectionOpenTry response type.

Changes