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

Properties

Properties

close: () => void

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

signer: Signer

HSM signer implementation.