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.

9 lines (6 loc) 136 B
import Cover from './Cover'; interface BoughtCover { distributorName : string, covers : Cover } export default BoughtCover;