pub async fn get_auction_info(
    rpc_id: JsonRpcId,
    node_address: &str,
    verbosity: Verbosity,
    maybe_block_identifier: Option<BlockIdentifier>
) -> Result<SuccessResponse<GetAuctionInfoResult>, Error>
Expand description

Retrieves the bids and validators at a given Block.

Sends a JSON-RPC state_get_auction_info request to the specified node.

For details of the parameters, see the module docs.