UNPKG

@avalanche-sdk/interchain

Version:
11 lines (9 loc) 177 B
export type PChainOwner = { threshold: number; addresses: string[]; } export type ValidatorData = { nodeId: string, blsPublicKey: string, weight: bigint, }