IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface WireGuardKeyPair

    WireGuard key-pair

    interface WireGuardKeyPair {
        privateKey: string;
        publicKey: string;
    }
    Index

    Properties

    privateKey: string
    publicKey: string