pub struct Block {
pub height: U64,
pub id: HexString256,
pub time: DateTime,
pub producer: HexString256,
pub transactions: Vec<OpaqueTransaction>,
}
Fields
height: U64
id: HexString256
time: DateTime
producer: HexString256
transactions: Vec<OpaqueTransaction>
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, Block>
Auto Trait Implementations
impl RefUnwindSafe for Block
impl UnwindSafe for Block
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
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