cosmos-sdk/x/ibc-transfer/spec/01_concepts.md

543 B

Concepts

Acknowledgements

ICS20 uses the recommended acknowledgement format as specified by ICS 04.

A successful receive of a transfer packet will result in a Result Acknowledgement being written with the value []byte(byte(1)) in the Response field.

An unsuccessful receive of a transfer packet will result in an Error Acknowledgement being written with the error message in the Response field.