Skip to main content
This page has been updated for Wallets SDK V1. If you are using the previous version, see the previous version docs or the V1 migration guide.
DeviceSignerConfig = object
Defined in: packages/wallets/src/signers/types.ts:162

Properties

locator?

optional locator: string
Defined in: packages/wallets/src/signers/types.ts:165

name?

optional name: string
Defined in: packages/wallets/src/signers/types.ts:166

publicKey?

optional publicKey: object
Defined in: packages/wallets/src/signers/types.ts:164

x

x: string

y

y: string

type

type: "device"
Defined in: packages/wallets/src/signers/types.ts:163