UNPKG

@mindsorg/web3modal-angular

Version:

Web3Modal implementation for Angular

9 lines 373 B
import { IAbstractConnectorOptions } from '../../helpers'; export interface IArkaneConnectorOptions extends IAbstractConnectorOptions { clientId: string; nodeUrl?: string; environment?: string; } declare const ConnectToArkane: (Arkane: any, opts: IArkaneConnectorOptions) => Promise<unknown>; export default ConnectToArkane; //# sourceMappingURL=arkane.d.ts.map