UNPKG

@avalanche-sdk/interchain

Version:
10 lines 213 B
export type PChainOwner = { threshold: number; addresses: string[]; }; export type ValidatorData = { nodeId: string; blsPublicKey: string; weight: bigint; }; //# sourceMappingURL=types.d.ts.map