Skip to content

@armada/sdk / index / ShareableViewingKeyMaterial

Interface: ShareableViewingKeyMaterial

Defined in: src/wallet/shareable-viewing-key.ts:10

The material a shareable viewing key carries: the viewing PRIVATE key + the spending PUBLIC key.

Properties

viewingPrivateKey

readonly viewingPrivateKey: Uint8Array

Defined in: src/wallet/shareable-viewing-key.ts:11


spendingPublicKey

readonly spendingPublicKey: [bigint, bigint]

Defined in: src/wallet/shareable-viewing-key.ts:12