useBidBuffer
 Hook for determining the current bid buffer on a Marketplace  or  Marketplace V3  contract.
The bid buffer is what percentage higher the next bid must be than the current highest bid, or the starting price if there are no bids.
Example
Parameters
Returns
 The hook's data  property, once loaded, returns a BigNumber  value representing the current bid buffer.
 The bidBuffer  value returned is in percentage format.
For example, a value of 500  means that the next bid must be 5% higher than the current highest bid.