Skip to main content

TypeAlias.KeybanClientConfig

type KeybanClientConfig = {
apiUrl: URL | string;
appId: string;
clientShareProvider: ClientShareProvider;
network: KeybanNetwork;
};

Configuration options for initializing the Keyban client.

Properties

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