Home > @3rdweb/sdk > IMarketplace > setBidBufferBps
Sets the bid buffer on the marketplace contract. The bid buffer is represented in basis points.
Signature:
setBidBufferBps(buffer: BigNumberish): Promise<void>;
Parameter | Type | Description |
---|---|---|
buffer | BigNumberish | The bid buffer in basis points. |
Returns:
Promise<void>