UNPKG

@gooddollar/goodprotocol

Version:
7 lines (6 loc) 279 B
import "@openzeppelin/hardhat-upgrades"; export type TokenArgs = [string, string]; export declare const deploySuperGoodDollar: (signer: any, sfContracts: any, tokenArgs?: any[]) => Promise<{ GoodDollar: import("ethers").Contract; Identity: import("ethers").Contract; }>;