Function oasis_runtime_sdk::modules::consensus_accounts::state::get_queued_undelegations
source ยท pub fn get_queued_undelegations(
epoch: EpochTime,
) -> Result<Vec<Undelegation>, Error>
Expand description
Retrieve all queued undelegations for epochs earlier than or equal to the passed epoch.