state_get_auction_info
This method returns the bids and validators as of either a specific Block (by height or hash). If you do not provide a block_identifier, state_get_auction_info will return info from most recent Block.
This method will use 3000
Compute Units.
Reference: Here
Parameters
block_identifier
-object
the block identifier hash or height [BlockIdentifier]
Returned Value:
api_version
-string
RPC API versionauction_state
-object
the auction state
Last updated