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

    Interface BlockHandleInput

    Properties required when blocking a handle.

    BlockHandleInput

    interface BlockHandleInput {
        handleId: HandleId;
        handleIdToBlock: HandleId;
    }
    Index

    Properties

    handleId: HandleId

    Identifier of the handle owned by this client.

    handleIdToBlock: HandleId

    The identifier of the handle to block.