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.