Introduce StarknetMessage
type containing counterparty Cosmos height
#141
Labels
StarknetMessage
type containing counterparty Cosmos height
#141
Currently, we use
Call
as the Starknet message type. However when relaying IBC messages, the message needs to contain the counterparty chain height.We will introduce a
StarknetMessage
type that wraps aroundCall
, and also contains anOption<CosmosHeight>
. We will then update theCounterpartyMessageHeightGetter
implementation to return the counterparty Cosmos height.The text was updated successfully, but these errors were encountered: