Interface SignKeys

Sign Keys interface

The Keys class is used to encompass keys associated to an account.

interface SignKeys {
    agreementPrivateKey: string;
    publicKey: string;
    signPrivateKey: string;
}

Properties

agreementPrivateKey: string

The private key used for P2P message encryption

publicKey: string

The public key

signPrivateKey: string

The private key used for transaction signing