@haxall/haxall
    Preparing search index...

    Interface KeyPairKeyObjectResult

    interface KeyPairKeyObjectResult {
        privateKey: KeyObject;
        publicKey: KeyObject;
    }
    Index

    Properties

    privateKey: KeyObject
    publicKey: KeyObject