UNPKG

@reclaimprotocol/attestor-core

Version:

<div> <div> <img src="https://raw.githubusercontent.com/reclaimprotocol/.github/main/assets/banners/Attestor-Core.png" /> </div> </div>

7 lines (6 loc) 233 B
/** * For browsers only. Sets up the current window to listen for RPC requests * from React Native or other windows */ export declare function setupWindowRpc(baseUrl?: string, channel?: string): void; export * from '../index.ts';