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.

17 lines (14 loc) 270 B
import Web3 from 'web3' type User = { web3: Web3, clientKey: any, googleEventsEnabled: boolean, web3Passive: any[], networkId: number, symbol: string, brightProtoAddress: any, account: any, ethNet: any, // readOnly: boolean, }; export default User