multi-party-computation-controller-api
    Preparing search index...

    Interface AbortRequest

    Request payload for the Abort RPC.

    interface AbortRequest {
        sessionIdentifier: string;
    }
    Index

    Properties

    sessionIdentifier: string

    UUID of the protocol session to cancel.