set_min_bid
An entrypoint that setups a minimum bid that will be used to check user's first bid in time of auction launch.
Call parameters
Field | Type | Description |
---|---|---|
min_bid | nat | New minimum bid |
Usage
Errors
400
-sender
of the transaction is not current administrator.412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).
Last updated