Type Alias retract_bid

retract_bid: TxDescriptor<{ amount: bigint; duration: number }>

Retract a previously placed bid.

Origin must be Signed, and the account should have previously issued a still-active bid of amount for duration.

  • amount: The amount of the previous bid.
  • duration: The duration of the previous bid.