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?
Defined in: packages/wallets/src/signers/types.ts:165optionallocator:string
name?
Defined in: packages/wallets/src/signers/types.ts:166optionalname:string
publicKey?
Defined in: packages/wallets/src/signers/types.ts:164optionalpublicKey:object
x
x: string
y
y: string
type
type: "device"
Defined in: packages/wallets/src/signers/types.ts:163
