Interface ISignMessage

Interface declaration for signMessage function arguments.

interface ISignMessage {
    message: string;
    noAuxRand?: boolean;
    privateKey: string | PrivateKey;
}

Properties

message: string
noAuxRand?: boolean
privateKey: string | PrivateKey

Generated using TypeDoc