// Source: <https://github.com/near/near-workspaces-rs/blob/10a6c1a00b2b6c937242043312455e05f0d4a125/workspaces/src/types/mod.rs#L513C1-L537C2>
use crate::;
/// A reference to a specific block. This type is used to specify the block for most queries.
///
/// It represents the finality of a transaction or block in which transaction is included in. For more info
/// go to the [NEAR finality](https://docs.near.org/docs/concepts/transaction#finality) docs.
/// A reference to a specific epoch. This type is used to specify the epoch for some queries.