BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface SigningArgs

    Signing arguments interface.

    interface SigningArgs {
        sign: SigningOption;
        signingKey?: string;
    }
    Index

    Properties

    Properties

    Signing option.

    signingKey?: string

    The signing key UR (ur:crypto-prvkeys or ur:signing-private-key). Can be encrypted (ur:envelope). If encrypted, will use the same password as the XID document.