base
Base classes for SecretVault clients.
- class SecretVaultBaseOptions(*, keypair: Keypair, clients: List[T_CLIENT], key: Any | None = None)[source]
Bases:
BaseModel,Generic[T_CLIENT]Common constructor options for all SecretVault clients.
- class SecretVaultBaseClient(options: SecretVaultBaseOptions)[source]
-
Provides common properties and methods for SecretVault clients.
- property did: Did
The DID of the keypair associated with this client.
- async read_cluster_info() ByNodeName[source]
Retrieves information about each node in the cluster.