@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface XIDInceptionKeyPair

    An inception key given as a public/private pair.

    interface XIDInceptionKeyPair {
        publicKeys: PublicKeys;
        privateKeys: PrivateKeys;
    }
    Index
    publicKeys: PublicKeys

    The public keys.

    privateKeys: PrivateKeys

    The private keys (not checked against the public keys, as the reference does not).