pub struct Block;
Trait Implementations§
source§impl HasField<transactions> for Block
impl HasField<transactions> for Block
§type Type = Vec<Transaction, Global>
type Type = Vec<Transaction, Global>
The schema marker type of this field.
pub struct Block;