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

    Interface ReadWritePasswordArgs

    Combined arguments for reading and writing encrypted XID documents.

    Use this when a command needs to both load an encrypted document and save it (potentially with different encryption).

    interface ReadWritePasswordArgs {
        read: ReadPasswordArgs;
        write: WritePasswordArgs;
    }
    Index

    Properties

    Properties