Optional
baseOptional
chainOptional
signer: SignerethersJS Signer
Obol-SDK Client instance
An example of how to instantiate obol-sdk Client: obolClient
Creates a cluster definition which contains cluster configuration.
The new unique cluster.
config_hash.
On duplicate entries, missing or wrong cluster keys.
An example of how to use createClusterDefinition: createObolCluster
The cluster definition for config hash
On not found config hash.
An example of how to use getClusterDefinition: getObolClusterDefinition
The matched cluster details (lock) from DB
On not found cluster definition or lock.
An example of how to use getClusterLock: getObolClusterLock
Approves joining a cluster with specific configuration.
The operator data including signatures.
The config hash of the cluster which the operator confirms joining to.
The cluster definition.
On unauthorized, duplicate entries, missing keys, not found cluster or invalid data.
An example of how to use updateClusterDefinition: updateClusterDefinition
Generated using TypeDoc
Obol sdk Client can be used for creating, managing and activating distributed validators.