UNPKG

@ssv-labs/bapps-sdk

Version:
7 lines (6 loc) 411 B
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;