Place a bid.
Origin must be Signed, and account must have at least amount in free balance.
amount
MinBid
duration
QueueCount
Complexities:
Queues[duration].len()
Place a bid.
Origin must be Signed, and account must have at least
amount
in free balance.amount
: The amount of the bid; these funds will be reserved, and if/when consolidated, removed. Must be at leastMinBid
.duration
: The number of periods before which the newly consolidated bid may be thawed. Must be greater than 1 and no more thanQueueCount
.Complexities:
Queues[duration].len()
(just take max).