UNPKG

@brightunion/sdk

Version:

Brightjs is a set of javascript tools to interact with the Bright Union's risk platform aggregator's protocol on Ethereum, Binance Smart Chain and Polygon blockchains.

21 lines (17 loc) 577 B
declare interface Cover { coverType ? : string ; productId ? : number ; contractName ? : string ; coverAmount ? : number ; premium ? : number ; currency ? : string ; contractAddress ? : string ; expiration ? : number ; status ? : number ; refAddress ? : string ; instance ? : object ; } // declare interface CoversArray { // [index:number] : Cover; // } export default Cover