@hyperledger/fabric-gateway
    Preparing search index...

    Interface HSMSigner

    interface HSMSigner {
        close: () => void;
        signer: Signer;
    }
    Index

    Properties

    Properties

    close: () => void

    Close the HSM session when the signer is no longer needed.

    signer: Signer

    HSM signer implementation.