UNPKG

@ssv-labs/bapps-sdk

Version:
10 lines (9 loc) 216 B
import { Address } from 'abitype'; export type Operator = { publicKey: string; whitelisted: Address[]; id: string; validatorCount: string; isPrivate: boolean; whitelistedContract: Address; };