App–wallet communication
All the wallet data is separated from applications and bound to the wallet domain.
To access wallet related data or make calls to wallet, bridge
is used that consists of two connected parts.
App bridge
used by application connector to request information like address from wallet or to request an action.Wallet bridge
is the opposite side used byiframe on wallet domain spawned to application
to receive app requests and send answers back