Interface IDKeys

interface IDKeys {
    ipnsKey: Key;
    pkKey: Key;
    routingKey: Key;
    routingPubKey: Key;
}

Properties

ipnsKey: Key
pkKey: Key
routingKey: Key
routingPubKey: Key