Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Remove a contract from whitelist for a client project Remove from whitelist.

    Parameters

    Returns CancelablePromise<unknown>

    unknown Contract removed from whitelist

    ApiError

  • Update a contract in the whitelist. Used to update the status. Update status from whitelist.

    Parameters

    Returns CancelablePromise<unknown>

    unknown Contract in whitelist updated

    ApiError

  • Whitelist a client contract Allow an admin to add a validated contract to the whitelist.

    Parameters

    Returns CancelablePromise<unknown>

    unknown Contract is whitelisted.

    ApiError