Swig TS — API References
    Preparing search index...

    Type Alias BatchSignOptions

    Options for batch signing

    type BatchSignOptions = {
        encoding?: "base64" | "base58" | "buffer";
        signMode: "partial" | "full";
    }
    Index

    Properties

    Properties

    encoding?: "base64" | "base58" | "buffer"
    signMode: "partial" | "full"