Documentation
    Preparing search index...

    Interface StoreProofsOptions

    Resolve proofs options

    interface StoreProofsOptions {
        args: CborObject;
        aud?: DID;
        cmd: string;
        sub: null | DID;
    }
    Index

    Properties

    Properties

    aud?: DID
    cmd: string
    sub: null | DID