UNPKG

@eternl/cardano-dapp-connector-bridge

Version:

A postMessage bridge to connect dApps to the Eternl DApp Browser loading apps into an iframe.

8 lines (6 loc) 296 B
/** * Initialize the Cardano DApp Connector Bridge to the Eternl wallet DApp Browser. * * @param onBridgeCreated (optional) callback function to be called when the bridge is established. */ export declare const initCardanoDAppConnectorBridge: (onBridgeCreated?: (api: any) => void) => void;