UNPKG

@mstable/protocol

Version:
5 lines (4 loc) 237 B
import { Speed } from "defender-relay-client"; import { Signer } from "ethers"; export declare const getDefenderSigner: (speed?: Speed) => Promise<Signer>; export declare const getSigner: (ethers: any, speed?: Speed) => Promise<Signer>;