@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface UnblockHandleInput

    Properties required when unblocking a handle.

    UnblockHandleInput

    interface UnblockHandleInput {
        handleId: HandleId;
        handleIdToUnblock: HandleId;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    handleIdToUnblock: HandleId

    The identifier of the handle to unblock.