Kujira.Orca.Bid (kujira v0.1.80)
A bid placed by a user to buy liquidated collateral at a specific discount from the market price
Fields
:id- The unique ID of the bid:bidder- The address that submitted the bid:delegate- An optional account that can activate the bid on behalf of the bidder:bid_amount- The remaining amount of the bid_token:filled_amount- The amount of collateral available for withdrawal:premium- The bid discount on the market rate:activation_time- When not nil, the bid must be activated at or after this time
Summary
Functions
Returns all new bids found in a specific transaction
Types
Functions
Link to this function
from_query(queue, arg2)
@spec from_query(Kujira.Orca.Queue.t(), map()) :: t() | nil
Link to this function
from_tx_response(channel, response)
@spec from_tx_response(GRPC.Channel.t(), Cosmos.Base.Abci.V1beta1.TxResponse.t()) :: [{String.t(), t()}] | nil
Returns all new bids found in a specific transaction