Skip to main content

TypeAlias.KeybanClientConfig

type KeybanClientConfig = {
apiUrl: URL | string;
appId: string;
chain: KeybanChain;
clientShareProvider: ClientShareProvider;
};

Configuration options for initializing the Keyban client.

Type declaration

NameTypeDescription
apiUrl?URL | stringThe base URL of the API. Optional. Defaults to "https://api.keyban.io" if not provided.
appIdstringThe application ID.
chainKeybanChainThe blockchain configuration for Keyban.
clientShareProviderClientShareProviderThe client share provider.