@ssv-labs/bapps-sdk
Version:
ssv labs based apps sdk
7 lines (6 loc) • 411 B
TypeScript
import { ClusterSnapshot } from '../types/contract-interactions';
import { Hex } from 'viem';
export declare const createClusterId: (ownerAddress: string, operatorIds: number[]) => string;
export declare const isClusterId: (clusterId: string) => boolean;
export declare const createEmptyCluster: (cluster?: Partial<ClusterSnapshot>) => ClusterSnapshot;
export declare const add0x: (value: string | Hex) => Hex;