interface AeppApi {
    address.update: ((a: Accounts) => void);
    connection.announcePresence: ((w: WalletInfo) => void);
    connection.close: ((p: any) => void);
    networkId.update: ((a: Network) => void);
}

Properties

address.update: ((a: Accounts) => void)
connection.announcePresence: ((w: WalletInfo) => void)
connection.close: ((p: any) => void)
networkId.update: ((a: Network) => void)