Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Interface: BaseWalletInterface

Defined in: packages/wallet-stamper/src/types.ts:25 Base interface for wallet functionalities common across different blockchain chains. BaseWalletInterface

Extended by

Properties

getPublicKey()

getPublicKey: () => Promise<string>
Defined in: packages/wallet-stamper/src/types.ts:28 Retrieves the public key as a string.

Returns

Promise<string>

signMessage()

signMessage: (message) => Promise<string>
Defined in: packages/wallet-stamper/src/types.ts:27 Signs a message and returns the hex signature as a string.

Parameters

message
string

Returns

Promise<string>

type

type: WalletType
Defined in: packages/wallet-stamper/src/types.ts:26