updateTokenBidWhitelist
Function: updateTokenBidWhitelist()
function updateTokenBidWhitelist<ThrowOnError>(options: OmitKeys<RequestOptions<ThrowOnError>, "body" | "url"> & UpdateTokenBidWhitelistData & Pick<RequestOptions<ThrowOnError>, "headers">): RequestResult<TokenTransaction, ErrorResponse, ThrowOnError>
Defined in: packages/api/src/client/sdk.gen.ts:238
Update the bid whitelist
Allows administrators to update the whitelist of addresses permitted to interact with the Bid contract.
This is essential for managing participation in bidding processes, especially for controlled or private auctions.
Type Parameters
• ThrowOnError extends boolean
= false
Parameters
options
OmitKeys
<RequestOptions
<ThrowOnError
>, "body"
| "url"
> & UpdateTokenBidWhitelistData
& Pick
<RequestOptions
<ThrowOnError
>, "headers"
>
Returns
RequestResult
<TokenTransaction
, ErrorResponse
, ThrowOnError
>
Updated 10 days ago