UNPKG

@toruslabs/fetch-node-details

Version:
9 lines (8 loc) 301 B
import { TORUS_NETWORK_TYPE, WEB3AUTH_KEY_TYPE, WEB3AUTH_SIG_TYPE } from "@toruslabs/constants"; export type NodeDetailManagerParams = { network?: TORUS_NETWORK_TYPE; keyType?: WEB3AUTH_KEY_TYPE; sigType?: WEB3AUTH_SIG_TYPE; fndServerEndpoint?: string; enableLogging?: boolean; };