Search
# Packets
IBCAccountPacketAcknowledgementreturns the result of the packet request back to the chain that sent the packet.IBCAccountPacketDatais sent when the counterparty chain registers a IBCAccount or wants to execute a specific tx through the IBC Account.IBCAccountPacketDatatype field displays the behavior requested by the packet. If the type isREGISTER, this means request to register a new IBCAccount. In this case, the destination chain can set the IBCAccount's address, but typically it is recommended to refer to the data field to create the address in a deterministic way. If the IBCAccount has been successfully registered, anIBCAccountPacketAcknowledgmentis returned to the requesting chain with theCodefield set to0. If there was an error, anIBCAccountPacketAcknowledgmentis returned to the requesting chain with theCodefield including the error message.