goodday-sdk
Version:
A lib for streaming G$ token to any account
9 lines (8 loc) • 331 B
TypeScript
import { ethers } from "ethers";
export declare const connectToMetaMask: () => Promise<{
signer: ethers.providers.JsonRpcSigner;
providers: ethers.providers.Web3Provider;
address: string;
} | undefined>;
export declare function changeEthereumChain(): Promise<void>;
export declare const CheckChain: () => Promise<any>;