Key information.

interface KeyInfo {
    ver: number;
    type: number;
    xVer: string;
    xDepth: number;
    xParentFp: string;
    xChildNum: string;
}

Properties

see: number

Whether it is compatible with the blockchain module.

type: number

Key type.

xSee: string

Version of the extended private key.

xDepth: number

Depth in the extended private key tree.

xParentFp: string

Fingerprint of the parent of the extended private key.

xChildNum: string

XPriv BIP32 child node number. Zero-padded for non-BIP32 objects.