TypeAlias.KeybanClientConfig
type KeybanClientConfig = {
apiUrl: URL | string;
appId: string;
clientShareProvider: ClientShareProvider;
network: KeybanNetwork;
};
Configuration options for initializing the Keyban client.
Properties
Property | Type | Description |
---|---|---|
apiUrl? | URL | string | The base URL of the API. Optional. Defaults to "https://api.prod.keyban.io" if not provided. |
appId | string | The application ID. |
clientShareProvider | ClientShareProvider | The client share provider. |
network | KeybanNetwork | The blockchain configuration for Keyban. |