This event is emitted when a FungibleTokenPacket is sent or received by a target (e.g. a LocalChainAccount) that has a registered TargetApp. It is passed through the receiveUpcall handler.
receiveUpcall
Indicates the type of IBC packet event:
Use JSON.parse(atob(packet.data)) to get a FungibleTokenPacketData object.
JSON.parse(atob(packet.data))
e.g. the chain address of the LocalChainAccount
This event is emitted when a FungibleTokenPacket is sent or received by a target (e.g. a LocalChainAccount) that has a registered TargetApp. It is passed through the
receiveUpcall
handler.