UNPKG

@protonsale/sdk

Version:
13 lines 332 B
export interface ISale { sale_start_time: BigInt; softcap: BigInt; hardcap: BigInt; account_address: string; description: null | string; logo: null | string; telegram: null | string; discord: null | string; twitter: null | string; website: null | string; } //# sourceMappingURL=types.d.ts.map