Enum near_chain::types::ValidatorInfoIdentifier [−][src]
pub enum ValidatorInfoIdentifier {
EpochId(EpochId),
BlockHash(CryptoHash),
}Expand description
Either an epoch id or latest block hash
Variants
EpochId(EpochId)Tuple Fields of EpochId
0: EpochIdTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValidatorInfoIdentifier
impl Send for ValidatorInfoIdentifier
impl Sync for ValidatorInfoIdentifier
impl Unpin for ValidatorInfoIdentifier
impl UnwindSafe for ValidatorInfoIdentifier
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more