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:220
Properties
locator?
Defined in: packages/wallets/src/signers/types.ts:223optionallocator:string
name?
Defined in: packages/wallets/src/signers/types.ts:224optionalname:string
publicKey?
Defined in: packages/wallets/src/signers/types.ts:222optionalpublicKey:object
x
x: string
y
y: string
type
type: "device"
Defined in: packages/wallets/src/signers/types.ts:221
