Skip to content

KeyProviderNotFoundError

Defined in: ootle/src/errors/index.ts:85

The wallet has no signer registered for the given address.

address is intentionally typed as unknown: the wallet may register key providers under any keying shape (a ComponentAddress, a ResourceAddress, …), and the typed error should not pollute the consumer’s downstream signature.

new KeyProviderNotFoundError(message, options): KeyProviderNotFoundError

Defined in: ootle/src/errors/index.ts:88

string

ErrorOptions & object

KeyProviderNotFoundError

WalletError.constructor

readonly address: unknown

Defined in: ootle/src/errors/index.ts:86