Function ftoken::ftoken_mod::state::get_bids[][src]

pub fn get_bids<S: Storage>(
    store: &S,
    page: u32,
    page_size: u32
) -> StdResult<(Vec<BidInfo>, u64)>
Expand description

Returns all bids in reverse order and the number of bids. If bids can be queried, bidders’ addressed can be identified (even if addresses are removed from the query result, if using side chain attacks)