Module ack

Source

Re-exports§

pub use crate::callbacks::Callback;

Functions§

ack_execute_fail
Serializes an ACK-SUCCESS containing the provided data.
ack_fail
Serializes an ACK-FAIL containing the provided error.
unmarshal_ack
Unmarshals an ACK from an acknowledgement returned by the SDK. If the returned acknowledgement can not be parsed into an ACK, err(base64(ack)) is returned.

Type Aliases§

Ack
wasmd 0.32+ will not return a hardcoded ICS-20 ACK if ibc_packet_receive errors 1 so we can safely use an ACK format that is not ICS-20 error-variant compatible.