defy.tools

Interface DocumentKeysetDTO

interface DocumentKeysetDTO {
    encryptKey: string;
    signingKey: string;
}

Properties

encryptKey: string
signingKey: string