solive-core
Version:
Solidity Monaco Editor Core Library
11 lines • 414 B
TypeScript
import VmProvider from 'solive-provider';
import { ethers } from 'ethers';
export declare const formatAccounts: (accounts: string[], provider: VmProvider) => Promise<{
account: string;
balance: ethers.BigNumber;
}[]>;
export declare const getAccountOptions: (accounts: string[], provider: VmProvider) => Promise<{
label: string;
value: string;
}[]>;
//# sourceMappingURL=accounts.d.ts.map