Skip to main content

KeybanClientConfig

type KeybanClientConfig: object;

Configuration object for the Keyban client.

Type declaration

accessTokenProvider()

accessTokenProvider: () => string | Promise<string>;

Returns

string | Promise<string>

apiUrl?

optional apiUrl: string;

appId

appId: string;

chain

chain: KeybanChain;

signer()?

optional signer: () => IKeybanSigner;

Returns

IKeybanSigner

storage()

storage: () => IKeybanStorage;

Returns

IKeybanStorage

Defined in

packages/sdk-base/src/client.ts:50