Interface KeyPair

interface KeyPair {
    publicKey: Bytes;
    secretKey: Bytes;
}

Properties

Properties

publicKey: Bytes
secretKey: Bytes