pub trait UpdateBlockAvailability { // Required method fn update_block_availability(self: Arc<Self>, nodeid: NodeId, hash: &u256); }