UNPKG

@toruslabs/fetch-node-details

Version:
10 lines (9 loc) 348 B
import { BUILD_ENV_TYPE, 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; buildEnv?: BUILD_ENV_TYPE; };