Module polytone_evm::ack

source ·

Re-exports§

Functions§

  • Serializes an ACK-SUCCESS containing the provided data. Serializes an ACK-SUCCESS for a query that failed. Serializes an ACK-SUCCESS for execution that succeeded. Serializes an ACK-SUCCESS for execution that failed.
  • Serializes an ACK-FAIL containing the provided error.
  • 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§

  • 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.