interface SessionKeyPair {
    publicKey: string;
    secretKey: string;
}

Properties

Properties

publicKey: string
secretKey: string