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

    Interface HSMSigner

    HSM signer implementation and accompanying close function to free resources after use.

    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.