UNPKG

@pushchain/core

Version:
9 lines (8 loc) 309 B
import { CHAIN, LIBRARY, PUSH_NETWORK } from './enums'; import { TypedDataDomain, TypedData } from '../universal/signer/signer.types'; export declare const CONSTANTS: { PUSH_NETWORK: typeof PUSH_NETWORK; CHAIN: typeof CHAIN; LIBRARY: typeof LIBRARY; }; export type { TypedDataDomain, TypedData };