Crate cosmwasm_ica

Crate cosmwasm_ica 

Source

Structs§

BalancesResponse
This is the success response we send on ack for PacketMsg::Balance. Just acknowledge success or error
DispatchResponse
Return the data field for each message
IbcQueryResponse
Return the data field for each message
ReceiveIcaResponseMsg
ReceiveIbcResponseMsg should be de/serialized under Receive() variant in a ExecuteMsg
WhoAmIResponse
This is the success response we send on ack for PacketMsg::WhoAmI. Return the caller’s account address on the remote chain

Enums§

PacketMsg
This is the message we send over the IBC channel
SimpleIcaError
StdAck
This is a generic ICS acknowledgement format. Proto defined here: https://github.com/cosmos/cosmos-sdk/blob/v0.42.0/proto/ibc/core/channel/v1/channel.proto#L141-L147 If ibc_receive_packet returns Err(), then x/wasm runtime will rollback the state and return an error message in this format

Constants§

APP_ORDER
BAD_APP_ORDER
IBC_APP_VERSION

Functions§

check_order
check_version